transform: Add transform_bounds fast path for 2D_AFFINE transforms
authorTimm Bäder <mail@baedert.org>
Sat, 29 Jun 2019 07:39:20 +0000 (09:39 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 29 Jun 2019 07:49:38 +0000 (09:49 +0200)
commit3bc3e140ddee3f274f0797c10cf7e33dd1b32074
tree70ab20976be54c11b6e9d26b0752d53b63d2102f
parenta6a9853676790ea449adec49a7cc0ad31a541689
transform: Add transform_bounds fast path for 2D_AFFINE transforms

E.g. anything involving a scale. This is important when e.g. scrolling
in the node list in the recorder, which scales every recorded node down
to fit in the list.
gsk/gsktransform.c